Add include guards.
authorMartin Nordholts <martinn@src.gnome.org>
Sun, 18 Jan 2009 18:18:19 +0000 (18:18 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Sun, 18 Jan 2009 18:18:19 +0000 (18:18 +0000)
* babl/babl-component.h
* babl/babl-conversion.h
* babl/babl-extension.h
* babl/babl-fish.h
* babl/babl-format.h
* babl/babl-image.h
* babl/babl-model.h
* babl/babl-sampling.h
* babl/babl-type.h

svn path=/trunk/; revision=388

ChangeLog
babl/babl-component.h
babl/babl-conversion.h
babl/babl-extension.h
babl/babl-fish.h
babl/babl-format.h
babl/babl-image.h
babl/babl-model.h
babl/babl-sampling.h
babl/babl-type.h

index ddaa0d899377f355615b32c87a662e65e4f5ad4a..5dd3c2cf3f26ed3303ffcf7dfee3a13f328790ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2009-01-18  Martin Nordholts  <martinn@svn.gnome.org>
+
+       Add include guards.
+
+       * babl/babl-component.h
+       * babl/babl-conversion.h
+       * babl/babl-extension.h
+       * babl/babl-fish.h
+       * babl/babl-format.h
+       * babl/babl-image.h
+       * babl/babl-model.h
+       * babl/babl-sampling.h
+       * babl/babl-type.h
+
 2009-01-18  Martin Nordholts  <martinn@svn.gnome.org>
 
        * babl/babl-db.h: Namespace the include guard.
index f6066e320aba253c5dd781d588233f35cab268a9..67e7c0535d37508bf808e4882c2032a5739467fd 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_COMPONENT_H
+#define _BABL_COMPONENT_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -43,3 +46,5 @@ typedef struct
   int              chroma;
   int              alpha;
 } BablComponent;
+
+#endif
index 0cfed8205be4d452045092c6fa529b7964c32407..ce8507479785f8a1a6e55a0c513b7e30e05caa38 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_CONVERSION_H
+#define _BABL_CONVERSION_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -77,3 +80,5 @@ BablConversion {
   int                    processings;
   long                   pixels;
 } BablConversion;
+
+#endif
index 3f1ca3460036c80ca640d1e2a225579bb894ae9b..ec9fed1157abd09eb33a26712541bb5c76dbd311 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_EXTENSION_H
+#define _BABL_EXTENSION_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -40,3 +43,5 @@ typedef struct
   void          *dl_handle;
   void         (*destroy) (void);
 } BablExtension;
+
+#endif
index 13333664be42923bb950a0b8ffb6fac19e0fac58..b04a689f18c555f3238e2b5ec0438feb4e7d45bc 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_FISH_H
+#define _BABL_FISH_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h 
 #endif
@@ -101,3 +104,5 @@ typedef struct
 {
   BablFish         fish;
 } BablFishReference;
+
+#endif
index 90da767e6062b29d87a11dae2024f9b1df509d9d..7a049d15ceedf448a1759863ac9783c4d0edeaa8 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_FORMAT_H
+#define _BABL_FORMAT_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -67,3 +70,5 @@ typedef struct
   int              visited; /* for convenience in code while searching
                                for conversion paths */
 } BablFormat;
+
+#endif
index efc41fe0e885d84a7e811ec3200e0d51d455c760..ca2787a77e69c63012157799357fff8ddd4845ac 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_IMAGE_H
+#define _BABL_IMAGE_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -57,3 +60,5 @@ typedef struct
   int            *pitch;
   int            *stride;
 } BablImage;
+
+#endif
index 844c9675b9205f44c370133840d78d353c47465f..41ccf5eba5c52ac5e68a63a05a4ca8ee76250099 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_MODEL_H
+#define _BABL_MODEL_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -50,3 +53,5 @@ typedef struct
   BablType       **type; /*< must be doubles,
                              used here for convenience in code */
 } BablModel;
+
+#endif
index 4b67470f5d494e5cb7bde4d8f383da5a8da45cd1..319d80d3cc4a25132f1d608954aca2f37e731b05 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_SAMPLING_H
+#define _BABL_SAMPLING_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h 
 #endif
@@ -34,3 +37,5 @@ typedef struct
   int              vertical;
   char             name[4];
 } BablSampling;
+
+#endif
index b1895822381aa322c571635950dc34d99fca730d..e14c109609fa90275f1ec8fc913d8b6db3da53e6 100644 (file)
@@ -16,6 +16,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef _BABL_TYPE_H
+#define _BABL_TYPE_H
+
 #ifndef _BABL_H
 #error  this file is only to be included by babl.h
 #endif
@@ -67,3 +70,5 @@ typedef struct
    * biased_exponent
    * mantissa */
 } BablTypeFloat;
+
+#endif